ShowOutliers Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that determines whether to show the outliers for the Box and Whisker chart.
Syntax
'Declaration
Public Property ShowOutliers As Boolean
public bool ShowOutliers {get; set;}
See Also